object PassDialog: TPassDialog Left = 242 Top = 171 BorderStyle = bsDialog Caption = 'Table authentication' ClientHeight = 118 ClientWidth = 216 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 36 Width = 49 Height = 13 Caption = 'Password:' end object lbName: TLabel Left = 8 Top = 8 Width = 193 Height = 13 Alignment = taCenter AutoSize = False Caption = 'lbName' end object Pass: TEdit Left = 72 Top = 32 Width = 130 Height = 21 PasswordChar = '*' TabOrder = 0 Text = 'Pass' end object cbOk: TButton Left = 8 Top = 72 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = cbOkClick end object cbCancel: TButton Left = 128 Top = 72 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end